home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / fido / shelter191a.lha / CFG / RFS.cfg < prev   
Text File  |  1994-07-30  |  5KB  |  81 lines

  1. /*
  2.  $VER: RFS Cfg Config for RFS Williamson 54.01
  3. */
  4. Priority    =6              /* priority at which to run the file server */
  5. /* Text to prepend to response messages */
  6. Header=""
  7. /* Delete remainder if not wanted */
  8. /*Header=Header||"ÕÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͸"cr    */
  9. /*Header=Header||"³ °°°°°±±±±±²²²²²ÛÛÛÛÛ³ The Roof File Request Server  ³ÛÛÛÛÛ²²²²²±±±±±°°°°° ³"cr    */
  10. /*Header=Header||"ÔÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÏÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ;"cr    */
  11.  
  12. /* Text to append to response messages */
  13. Tail=""
  14. /* Delete remainder if not wanted */
  15. Tail=Tail||" Three forms of Update Requests are supported! Formats are as follows:"cr||cr
  16. Tail=Tail||" The RFS/QuickSilver Human Request Standard:"cr
  17. Tail=Tail||"      File after a requested date:           FILENAME +Uyymmdd"cr
  18. Tail=Tail||"      File before a requested date:          FILENAME -Uyymmdd"cr
  19. Tail=Tail||"                                   or"cr
  20. Tail=Tail||"      File after a requested date and time:  FILENAME +Uyymmddhhmmss"cr
  21. Tail=Tail||"      File before a requested date and time: FILENAME -Uyymmddhhmmss"cr||cr
  22. Tail=Tail||" The FTS-0006 WaZoo Update Request Standard:"cr
  23. Tail=Tail||"      File after a requested date and time:  FILENAME  +unixtimestamp"cr
  24. Tail=Tail||"      File before a requested date and time: FILENAME  -unixtimestamp"cr||cr
  25.  
  26. /* additional Text to prepend to response messages for first time callers*/
  27. FirstCall=""
  28. /* Delete remainder if not wanted */
  29. FirstCall=FirstCall||" If this is NOT your first call you should not have received this"cr
  30. FirstCall=FirstCall||" bug report request. Please NetMail a bug report :)"cr
  31. FirstCall=FirstCall||" RFS is currently in Beta Test stage, and may still have some bugs"cr
  32. FirstCall=FirstCall||" to be found. If you experience any problems when requesting files from"cr
  33. FirstCall=FirstCall||" this BBS, PLEASE send me NetMail or leave me feedback with the mailer's"cr
  34. FirstCall=FirstCall||" NOTE command explaining the problem."cr
  35. FirstCall=FirstCall||" RFS is by Robert Williamson of FIDONET#1:167/104.0 and was orginally"cr
  36. FirstCall=FirstCall||" ported to WPL from Roger Clark's QuickSilver File Request Handler."cr||cr 
  37.  
  38. VHuman=""
  39. VHuman=VHUman||" This system also permits you to upload a file containing a request list."cr
  40. VHuman=VHUman||" The format is simply one request per line. The filename should be:"cr
  41. VHuman=VHUman||" yourname.GRAB, with yourname using underlines instead of spaces."cr
  42. VHuman=VHuman||"        eg: Robert_Williamson.GRAB"cr||cr
  43.  
  44. ReqPoint=TRUE               /* Allow points to request files            */
  45. ReqUnlisted=TRUE            /* Allow unlisted systems to request files  */
  46. ReqHuman=TRUE               /* Allow Humans to request files            */
  47.  
  48. SortedLst=TRUE              /* FREQ.LST is sorted                       */
  49. MultiMagic=TRUE             /* Send multiple files for MAGIC names      */
  50. MatchFirst=FALSE            /* Send only the first file matched         */
  51.  
  52. /* If one of these is not selected, then the File Note of the file      */
  53. /* will be used as the description                                      */
  54. DLGfd=FALSE                 /* Use DLG FD file instead of filenote      */
  55. TAdesc=FALSE                /* Use TransAmiga filename.desc             */
  56.  
  57. FREQLST="RAM:FREQ.LST"      /* Fullpath of list of files to search      */
  58. LogFile="LOG:RFS.Log"       /* LogFile FullPathName                     */
  59. AcctPath="LOG:RFSACCT/"     /* Path for FTN accounting files            */
  60.  
  61.  
  62. EXCLUDE.0 =9                /* number of excluded nodes, 0 if none      */
  63. /* Exclude these nodes from requesting files    */
  64. EXCLUDE.1="FIDONET#1:167/104.0"   /* good idea to exclude yourself */
  65. EXCLUDE.2="FIDONET#1:167/104.6"
  66. EXCLUDE.3="BOB_W#0:0/0.0"
  67. EXCLUDE.4="HUGUES_LANGLOIS#0:0/0.0"
  68. EXCLUDE.5="STEPHANE_CADOTTE#0:0/0.0"
  69. EXCLUDE.6="ERIC_DYRDA#0:0/0.0"
  70. EXCLUDE.7="ERICX_DYRDA#0:0/0.0"
  71. EXCLUDE.8="DAVID_BOISVERT#0:0/0.0"
  72. EXCLUDE.9="ALEXANDRE_PEDNEAULT#0:0/0.0"
  73. /*  These are read by GRAB also - MUST be within 512 bytes of end of file */
  74. MaxBytes=1000000            /* Maximum Bytes Per Session,   0=No limit  */
  75. MaxDaily=0                  /* Maximum Bytes Daily,         0=No limit  */
  76. MaxReqNames=0               /* Maximum Requests Per Session,0=No limit  */
  77. MaxHBytes=50000             /* Maximum Bytes/Session Humans 0=No Limit  */    
  78. MaxHDaily=100000            /* Maximum Bytes/Daily Humans   0=No Limit  */
  79. MaxCalls=3                  /* Maximum Calls/Daily Humans   0=No Limit  */
  80. MaxHTotal=3000000           /* Total free bytes for Humans  0=No Limit  */
  81.